-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] v5 emotion-less css & styled prototype #44269
base: v5.x
Are you sure you want to change the base?
Conversation
const styles = [ | ||
applyThemeOverrides(props, componentName, overridesResolver), | ||
applyThemeVariants(props, componentName), | ||
// applySystemSx(props, componentName), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like we may need to enable this one as well, but I am ok with waiting for a request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sx
prop is more complicated than the rest because it needs to modify props
, see the note on slack. It won't be as simple as uncommenting that line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have anything else to comment on, let's make sure we address the comments on the v6 branch as well.
Prototype for emotion-less styling.
v6 PR: #44247